RGB Color
Create color from RGB value.
Node Data | |
---|---|
ColorArray | |
Display name | |
RGB Color | |
Internal name | |
Node_Color_RGB | |
Inheritances | |
node | |
node_processor | |
node_color_rgb | |
Inputs | |
node_color_rgb | |
float |
Red |
float |
Green |
float |
Blue |
bool |
Normalized |
float |
Alpha |
Outputs | |
node_color_rgb | |
color |
Color |
RGB color create color from red, green and blue amount. By default the value is in range 0-255, by selecting Normalized, the value will be remapped to 0-1.